home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / drgnsmth.cpt / Dragonsmith 1.1 / Base files / PreDragon.c < prev   
Encoding:
C/C++ Source or Header  |  1992-09-13  |  609 b   |  23 lines

  1. /*
  2.     PreDragon.c
  3.     
  4.     Edit, precompile, save as PreDragon, and #include "PreDragon" in the project Prefix box
  5. */
  6.  
  7. #include    <MacHeaders>
  8.  
  9. #ifdef    SystemSevenOrLater
  10. #undef    SystemSevenOrLater
  11. #endif
  12.  
  13. #define    SystemSevenOrLater    1        // This is to avoid linking in System╨6 compatible glue for Gestalt and
  14.                                     //    FindFolder ╤ dragons need System 7 to run anyhow╔
  15.                                     
  16.     // NOTE:    If you've changed your copy of the file "Mac #includes.c" and re╨precompiled MacHeaders, then some
  17.     //        glue code may remain
  18.  
  19. #include    <AppleEvents.h>
  20. #include    <GestaltEqu.h>    /* Bummer ╔ */
  21. #include    <Folders.h>
  22. #include    <Script.h>
  23.